Lots of cleanup and more generic commands
authorYehuda Katz <wycats@gmail.com>
Thu, 20 Mar 2014 21:02:51 +0000 (14:02 -0700)
committerYehuda Katz <wycats@gmail.com>
Thu, 20 Mar 2014 21:02:51 +0000 (14:02 -0700)
commit5fb7a4f1cc7eb2fa4d47a0df9ec8addef3c4f58e
treeb03a0b08cfa1519c66c89ef2c96cd4e82afa2a32
parent521d93a57624315d085eefc61592fc5bc9834606
Lots of cleanup and more generic commands

Started to extract some of the generic behavior across all commands into
`execute_main` so that the commands themselves just need to operate
against structs (for JSON in and Flags)
Makefile
libs/hammer.rs
src/bin/cargo-read-manifest.rs
src/bin/cargo-rustc.rs
src/cargo/mod.rs
src/cargo/util/process_builder.rs